From f78a6ee2404fdadae6fcb7e47e0a4647caa76711 Mon Sep 17 00:00:00 2001 From: "lynx@idefix.cl.cam.ac.uk" Date: Mon, 30 Dec 2002 10:01:50 +0000 Subject: [PATCH] bitkeeper revision 1.7.3.53 (3e10198e4ptgt5U7EQOwe-1M8roCbw) debug --- xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_memory.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_memory.c b/xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_memory.c index 13aa3edd06..c958dd5535 100644 --- a/xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_memory.c +++ b/xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_memory.c @@ -190,10 +190,10 @@ unsigned long direct_mmap(unsigned long phys_addr, unsigned long size, entry = find_direct(¤t->mm->context.direct_list, addr); if(entry != ¤t->mm->context.direct_list){ list_add_tail(&dmmap->list, entry); - printk(KERN_ALERT "bd240 debug: added node %lx in the middle\n", node->vm_start); + printk(KERN_ALERT "bd240 debug: added node %lx in the middle\n", dmmap->vm_start); } else { list_add(&dmmap->list, ¤t->mm->context.direct_list); - printk(KERN_ALERT "bd240 debug: added node %lx at tail\n", node->vm_start); + printk(KERN_ALERT "bd240 debug: added node %lx at tail\n", dmmap->vm_start); } /* and perform the mapping */ -- 2.30.2